Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ButtonTextCollectionInfo Class / ButtonTextCollectionInfo Constructor / ButtonTextCollectionInfo Constructor(String[],String[])
A System.String array value indicates the key of the element.
A System.String array value indicates the value of the element.


In This Topic
ButtonTextCollectionInfo Constructor(String[],String[])
In This Topic
The constructor initializes a new instance of the ButtonTextCollectionInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal keys() As String, _
   ByVal values() As String _
)
 
'Usage
 
Dim keys() As String
Dim values() As String
 
Dim instance As New ButtonTextCollectionInfo(keys, values)

Parameters

keys
A System.String array value indicates the key of the element.
values
A System.String array value indicates the value of the element.
See Also